home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / Delphi Digests / Delphi Vol. 3 / Delphi 3.18 < prev    next >
Encoding:
Text File  |  1988-04-08  |  24.6 KB  |  635 lines  |  [TEXT/ttxt]

  1. 22-Mar-87 09:07:10-PST,25733;000000000001
  2. Return-Path: <SHULMAN%slb-test.csnet@RELAY.CS.NET>
  3. Received: from RELAY.CS.NET by SUMEX-AIM.STANFORD.EDU with TCP; Sun 22 Mar 87 09:06:55-PST
  4. Received: from relay2.cs.net by RELAY.CS.NET id aa05584; 22 Mar 87 11:38 EST
  5. Received: from slb-test by RELAY.CS.NET id aa05357; 22 Mar 87 11:31 EST
  6. Date:     Sun, 22 Mar 87 11:22 EDT
  7. From:     Jeffrey Shulman <SHULMAN%slb-test.csnet@RELAY.CS.NET>
  8. To:       arpadigests#delphi-mac@ANDREW.CMU.EDU, 
  9.           BB-DELPHI-MAC-DIGEST%BIONET@SUMEX-AIM.STANFORD.EDU, 
  10.           BCO-INFO-MAC@BCO-MULTICS.ARPA, bboard.infomac@ACC.ARPA, 
  11.           berman@VAXA.ISI.EDU, bhyde%jasper.palladian.com@RELAY.CS.NET, 
  12.           big-mac@ARDEC.ARPA, broder@VAXA.ISI.EDU, 
  13.           ckagy%dartmouth.edu@RELAY.CS.NET, CSMIDDW@UCLA-CCN.ARPA, 
  14.           David_Bell%SFU.Mailnet@MIT-MULTICS.ARPA, DELPHI@CEEE-SED.ARPA, 
  15.           delphi-mac@ANL-MCS.ARPA, DELPHI-MAC@DREA-XX.ARPA, 
  16.           delphi-mac@LBL-UX4.ARPA, delphi-mac@MITRE.ARPA, 
  17.           delphi-mac@MITRE-BEDFORD.ARPA, DELPHI-MAC-DIGEST%TI-EG@RELAY.CS.NET, 
  18.           delphi-mac-local@MEDIA-LAB.MEDIA.MIT.EDU, 
  19.           Delphi-Mac-Digest@UM.CC.UMICH.EDU, 
  20.           dist-delphi-mac-digest@LOUIE.UDEL.EDU, dm@VAX.BBN.COM, 
  21.           dquah@ATHENA.MIT.EDU, elet@NMFECC.ARPA, greenes@HARVARD.HARVARD.EDU, 
  22.           GSB.MADLER%MIT-OZ@XX.LCS.MIT.EDU, hsg%duke.csnet@RELAY.CS.NET, 
  23.           HUNTER%upenn.csnet@RELAY.CS.NET, incoming-info-mac@DOCKMASTER.ARPA, 
  24.           Info-MAC%pco@BCO-MULTICS.ARPA, 
  25.           INFO-MAC-BBOARD%OZ.AI.MIT.EDU@XX.LCS.MIT.EDU, info-mac@BBN.COM, 
  26.           INFO-MAC%CS.UMASS.EDU@RELAY.CS.NET, info-mac@su
  27. Subject:  Delphi Mac Digest V3 #18
  28.  
  29. Delphi Mac Digest     Sunday, March 22, 1987         Volume 3 : Issue 18 
  30.  
  31. Today's Topics:
  32.      RE: LW FONTS & FONDS (7 messages)
  33.      RE: Mac SE first Impressions (7 messages)
  34.      RE: Asynchron I/O (seriel) (2 messages)
  35.      RE: Microsoft/Absoft Fortran Pitfalls-"execute" and extra chars.
  36.      RE: BUGS
  37.      Benchmarking, not just feature lists (2 messages)
  38.      Re: Re: New Managers as Defined in Insid
  39.      Re: System 4.0 questions
  40.      Re: Blitter and graphics performance
  41.      Re: Font/DA/FKEY INIT
  42.      RE: Mac II monitor questions
  43.      More Word_3.0_Bugs (5 messages)
  44.      RE: Word 3.0 bugs
  45.      Random number seed (2 messages)
  46.  
  47. ---------------------------------------------------------------------- 
  48.  
  49. From: TSTEIN
  50. Subject: RE: LW FONTS & FONDS (Re: Msg 18213)
  51. Date: 15-MAR 10:20 Creative Pursuits
  52.  
  53. If I make a brand new font (a Mac screen font), how do I specify that
  54. such-and-such a LW font should be used when that Mac font is used in a
  55. document. How do the Adobe downloadable fonts work, for example?
  56.  
  57. ------------------------------
  58.  
  59. From: DSACHS
  60. Subject: RE: LW FONTS & FONDS (Re: Msg 18238)
  61. Date: 15-MAR 14:49 Creative Pursuits
  62.  
  63. The information is contained in the FOND resource for your font.  Screen
  64. font makers do NOT put the proper information in the FOND.  You have to
  65. use a program like Fontographer to generate Laser Fonts.  Fontographer
  66. can generate composite fonts that reference existing LaserWriter Fonts. 
  67. I do not know of any PRESENTLY COMMERCIALLY AVAILABLE program that
  68. handles fonts with multiple aspects.
  69.  
  70. ------------------------------
  71.  
  72. From: TSTEIN
  73. Subject: RE: LW FONTS & FONDS (Re: Msg 18246)
  74. Date: 15-MAR 16:24 Creative Pursuits
  75.  
  76. Ok. But I have a Laser Font. That is, I have a postscript file that
  77. describes and installs a new font on the LW. Can I either:
  78.   1.  Modify something in the FOND info for an existing screen
  79.       font that tells the LW to use my new font--call it NewFont--
  80.       whenever I use that screen font. I know that the correspondance
  81.       between the way the screen looks and the way the LW will print
  82.       will be screwy, but that is OK for my application now. or
  83.   2.  Make a new screen font by copying an old font and modifying it
  84.       with Fontastic to get a new ID. Then chnage the FOND info by
  85.       hand (e.g., with ResEdit or FEdit) to specify that NewFont be
  86.       used on the LW for this font. In either case, can I make NewFont
  87.       autodownload?
  88.  
  89. Is there an easy way to find this all out?
  90.   Tim Stein
  91.  
  92. ------------------------------
  93.  
  94. From: DSACHS
  95. Subject: RE: LW FONTS & FONDS (Re: Msg 18248)
  96. Date: 17-MAR 20:16 Creative Pursuits
  97.  
  98. The tables in the FOND for Laser Fonts are very complicated.  Even IM
  99. volume 4 does not cover everything.  Best of luck.  There are at least 2
  100. commercial products that will generate a proper FOND, but they are
  101. expensive, and I believe that both have (expletive deleted).
  102.  
  103. ------------------------------
  104.  
  105. From: TSTEIN
  106. Subject: RE: LW FONTS & FONDS (Re: Msg 18317)
  107. Date: 19-MAR 11:07 Creative Pursuits
  108.  
  109. Here's what I've done and what I've found out. I made a screen font
  110. called IBMmono with Fontastic, using Courier as a base. Then, by hacking
  111. around with a copy of Courier's FOND resource, I was able to get the
  112. LaserWriter to use my manually-down-loaded font when I used IBMmono on
  113. the screen. Even then, there are two problems:
  114.   1. On the LW, an encoding array sets up the correspondence between each
  115.      character code from the Mac and the name of the character-drawing
  116.      procedure for that character. The PostScript file I have for the
  117.      font definition contains its own encoding array. Unfortunately, Apple
  118.      has somehow made a different encoding array that applies to all
  119.      fonts on the LW, even those not in ROM. I couldn't figure out a way
  120.      to disable this override, so I changed the names of all the characters
  121.      in my PostScript file.
  122.  
  123.   2. Even then, the font doesn't work. The problem is that some characters
  124.      codes from the Mac cause, when sent to the LW, PostScript code to
  125.      change the font to Symbol. For example, code 186 normally generates
  126.      an integral sign in all fonts. It does this by sending a font change
  127.      to Symbol before it sends the character code. In my font, code 186
  128.      should be a double vertical bar, and is specified that way in the
  129.      font I downloaded. Unfortunately, that code never makes it to
  130.      my font and so the character is inaccessible.
  131.  
  132. There must be some way to defeat these actions, but I don't know it.
  133.  
  134.   Tim Stein
  135.  
  136.  
  137. ------------------------------
  138.  
  139. From: PEABO
  140. Subject: RE: LW FONTS & FONDS (Re: Msg 18368)
  141. Date: 19-MAR 12:40 Creative Pursuits
  142.  
  143. Have you looked in the LaserPrep file?  Use cmd-K when initiating a
  144. print to the LW and you'll get a legible copy of it.  Somewhere in there
  145. you'll probably find the code that does the Symbol hack and you should
  146. be able to modify it.
  147.  
  148. peter
  149.  
  150. ------------------------------
  151.  
  152. From: TSTEIN
  153. Subject: RE: LW FONTS & FONDS (Re: Msg 18371)
  154. Date: 19-MAR 21:09 Creative Pursuits
  155.  
  156. I have looked at the LaserPrep file and in fact found the procedures
  157. that are used in the document's PostScript file. I think, though, that
  158. the translation from the document (in this case from Word) to PostScript
  159. is done in the driver. I believe that the driver is generating the
  160. PostScript that the procedures in LaserPrep execute once it gets to the
  161. LW.
  162.   Will keep you informed of this saga if it looks like I'm making any
  163. progress.
  164.  
  165. ------------------------------
  166.  
  167. From: MACINTOUCH
  168. Subject: RE: Mac SE first Impressions (Re: Msg 18227)
  169. Date: 15-MAR 11:44 Hardware & Peripherals
  170.  
  171. After thinking about this some more, I realized that the problems are
  172. more likely due to driver software than to controller incompatibility.
  173. The XP40, Rodime, and FX/20 all use different controllers.  Both the
  174. FX/20 and the Magic and the Apple HD20SC use Seagate ST225N's - yet the
  175. FX doesn't work while the Magic does (and the Apple presumably will!).
  176.  
  177. Some disks, such as the Northern Telecom, boot from the SE even with
  178. System 3.2 software.  Others, like the Peripheral Land, won't boot
  179. unless System 4.0 is present.
  180.  
  181. .. Ric
  182.  
  183. ------------------------------
  184.  
  185. From: EEE
  186. Subject: RE: Mac SE first Impressions (Re: Msg 18239)
  187. Date: 15-MAR 14:15 Hardware & Peripherals
  188.  
  189. SuperMac has released v 2.2 of their Initializer for the DataFrame. (
  190. Though I don't know if it cures the problems with the SE ).
  191.  
  192. ------------------------------
  193.  
  194. From: PEABO
  195. Subject: RE: Mac SE first Impressions (Re: Msg 18227)
  196. Date: 15-MAR 19:05 Hardware & Peripherals
  197.  
  198. I read recently that the DataFrmae XP40 depends on the 128K ROM for
  199. formatting at least.
  200.  
  201. peter
  202.  
  203. ------------------------------
  204.  
  205. From: PEABO
  206. Subject: RE: Mac SE first Impressions (Re: Msg 18266)
  207. Date: 16-MAR 11:49 Hardware & Peripherals
  208.  
  209. Hmmm ... too bad they don't look before they jump!  With a little
  210. one-time CRC calculation, the driver could be 99.44% sure of what it was
  211. jumping to before doing so, and use the 'slow' way if it didn't like
  212. what it saw.
  213.  
  214. peter
  215.  
  216. ------------------------------
  217.  
  218. From: MACINTOUCH
  219. Subject: RE: Mac SE first Impressions (Re: Msg 18277)
  220. Date: 16-MAR 15:12 Hardware & Peripherals
  221.  
  222. Jon reports that FX Manager version 2.15 is supposed to fix the problem
  223. with the Mac SE.  GCC is shipping it and we'll have the results shortly.
  224.  
  225. The LoDOWN LD-155 hard disk boots on the Mac SE/20 only via the
  226. following convolution:  run the Mount program over and over from floppy
  227. to get the LoDOWN recognized by the Mac SE.  Now go into Chooser, and
  228. Set Startup Device to the LD-155.  After that, it seems to book OK.
  229.  
  230.  
  231. Ric Ford
  232.  
  233. ------------------------------
  234.  
  235. From: MACINTOUCH
  236. Subject: RE: Mac SE first Impressions (Re: Msg 18279)
  237. Date: 16-MAR 18:09 Hardware & Peripherals
  238.  
  239. I just finished running an extensive set of benchmark tests of hard
  240. disks and the Mac SE.  I also ran Steve Brecher's DiskTimer II, along
  241. with our own "real world" MacInTouch tests.  Here are a few of the
  242. conclusions:
  243.  
  244. - DiskTimer II is a valid test of disk performance, accurately
  245. predicting the results of "real world" tests such as opening and saving
  246. files and duplicating files in the Finder.  The only caveat with
  247. DiskTimer is that the results should not be interpreted too literally. 
  248. It's annoying to see ads in the magazines claiming a disk is "n times
  249. faster" than competitors because the DiskTimer II number is n times
  250. lower.  Of course, this is what Steve has disclaimed all along, and I
  251. doubt he's had much to do with the marketing hype.
  252.  
  253. - The Mac SE is definitely faster than the Mac Plus.  The SE falls
  254. between a Mac Plus and a HyperDrive 2000 in performance, and it is
  255. approximately the same amount faster than a Plus that a Plus is faster
  256. than an old 512K.
  257.  
  258. - Read and Write times are surprisingly fast on the Mac SE's internal
  259. 20MB hard disk.  Duplicating a file in the Finder takes very little
  260. time, although opening and closing applications doesn't happen any
  261. faster than with other 20MB disks.
  262.  
  263. - Testing showed no performance differences between System 3.2 and
  264. System 4.0.
  265.  
  266.  
  267. Ric Ford "MacInTouch" newsletter
  268.  
  269. ------------------------------
  270.  
  271. From: BRECHER
  272. Subject: RE: Mac SE first Impressions (Re: Msg 18277)
  273. Date: 17-MAR 05:22 Hardware & Peripherals
  274.  
  275. No CRC calculation is necessary.  The word at (ROMBase)+8 tells you what
  276. you've got.  The chance that the required code will be at the same
  277. location in an unknown ROM as it was in a previous ROM is small enough
  278. to be ignored.
  279.  
  280. The SCSI software I run here (once destined to be part of a product, but
  281. currently mere "homebrew") checks the ROM at boot time, and loads either
  282. a SCSI Manager bypass driver or a "vanilla" driver, depending on whether
  283. the hardware is that which is assumed by the bypass driver.  In my case
  284. it's not a matter of using ROM code, but of knowing where the SCSI host
  285. adapter registers are. (DataFrame's 2.1 driver JSRs to a ROM subroutine
  286. which loads CPU registers with the SCSI hardware addresses.)  BTW, the
  287. 256K ROMs contain the SCSI hardware base address in a system global.
  288.  
  289. ------------------------------
  290.  
  291. From: INTECO
  292. Subject: RE: Asynchron I/O (seriel) (Re: Msg 1343)
  293. Date: 15-MAR 12:18 Programming Techniques
  294.  
  295. I found meanwhile one of my errors - I simply forgo that interrupts are
  296. turnd off and I had a loop with TickCount in it wait for some time (75
  297. baud output). But my system stops working after I close the program
  298. although I do a KillIo... I am back to polling but I think I need my own
  299. driver (CCITT level 2 protocol). Do we have here a MacApp Guru
  300. online...? How does MacApp handles serial input. Apple promised me t
  301. send documentaion but .. Uwe
  302.  
  303. ------------------------------
  304.  
  305. From: PEABO
  306. Subject: RE: Asynchron I/O (seriel) (Re: Msg 1347)
  307. Date: 15-MAR 18:46 Programming Techniques
  308.  
  309. Have you figured out how to do split baud rate???  (Or even how to get
  310. 75 bps at all?  I don't have the Z8530 data sheet handy and so I don't
  311. know if the 10 bit count field is a software or a hardware limitation).
  312.  
  313. Is it possible that you still have the input buffer allocated somewhere
  314. in the application heap, and actively connected?  IF so, received
  315. characters will kill whatever program is unlucky enough to be in the
  316. way.
  317.  
  318. peter
  319.  
  320. ------------------------------
  321.  
  322. From: DDUNHAM
  323. Subject: RE: Microsoft/Absoft Fortran Pitfalls-"execute" and extra chars.
  324. Date: 15-MAR 22:24 Network Digests
  325.  
  326.  >From: wmartin@ut-ngp.UUCP (Wiley Sanders)
  327.  >Subject: Microsoft/Absoft Fortran Pitfalls-"execute" and extra chars.
  328.  As a first step, I'd advise staying away from editors which insert
  329. funny characters so freely.  I use QUED (rather than MDS Edit) and
  330. miniWRITER (which I wrote [it's available as shareware] instead of
  331. MockWrite -- miniWRITER has Undo also).
  332.  
  333. ------------------------------
  334.  
  335. From: MRCUTTERMAN
  336. Subject: RE: BUGS (Re: Msg 18128)
  337. Date: 15-MAR 23:44 Bugs & Features
  338.  
  339. I AM RUNNING A 512K NOT ENHANCED. I AM NOT USING EXTRA RAM OR A RAM DISK
  340. BUT I JUST MIGHT HAVE UNCOVERED MY PROBLEM. I HAD LOADED A D/A PROGRAM
  341. CALLED WINDOWS INTO TO FILEMAKER+ APPLICATION WITH FONT/DA MOVER. I
  342. THINK THAT IT COULD HAVE CORRUPTED THE APPLICATION. I HAVE SINCE, REMOVE
  343. THIS D/A AND REINSTALLED IT INTO THE SYSTEM. I HAVN'T EXPERIENCED ANY
  344. CRASHES SINCE. WHEN I LOOKED AT THE FILE MAP WITH FEDIT, IT WAS
  345. FRAGMENTED SO THIS MIGHT ALSO HAVE BEEN THE CULPRET. TIME WILL
  346. TELL..THANKS FOR THE INFO.
  347.  
  348. ------------------------------
  349.  
  350. From: DDUNHAM
  351. Subject: Benchmarking, not just feature lists
  352. Date: 16-MAR 00:18 Mousing Around
  353.  
  354. I recently had a discussion with a friend, in which I mentioned that, in
  355. benchmarks I'd performed, Acta could scroll through a large ThinkTank
  356. document in half the time of MORE.  He, being a speed freak (he's got a
  357. 12MHz 68000 in his Mac) was surprised that none of the reviews mentioned
  358. this.  This got me to thinking, I've never seen _any_ benchmarks
  359. involving time, except of languages and disk drives.  With all the
  360. comparison of the new word processors, I'd like to know which really is
  361. the fastest.  A good benchmark article could probably be sold to a
  362. magazine, too...
  363.  
  364. ------------------------------
  365.  
  366. From: PEABO
  367. Subject: RE: Benchmarking, not just feature lists (Re: Msg 18265)
  368. Date: 16-MAR 22:21 Mousing Around
  369.  
  370. I was trying to think of why I'm not very surprised at the rarity of
  371. benchmarks for word processors.  It seems to me that in the case of
  372. disks, it's obvious that quantitative factors like speed and capacity
  373. predominate, but qualitative factors like (what?  noise level?  color of
  374. the case?  whether it fits on your desk?  whether you can easily carry
  375. it around?) are secondary.  Similarly, for languages, the benchmarks on
  376. compilation time and performance of the code predominate except in
  377. certain conspicuous cases such as LightspeedC and Pascal where there is
  378. an important difference in the kind of development environment (Steve B:
  379.  I know, MPW has its adherents too :-).
  380.  
  381. So in the case of spreadsheets for example, if you were habitually doing
  382. very lengthy recalculations, you might look first at the speed of the
  383. computation as being important.  But in many of the other applications,
  384. like word processing or page layout, it isn't the speed of the
  385. underlying mechanism which is most important, it is the way the
  386. application works.  Even when people used to compare PageMaker with
  387. ReadySetGo version 1.0 and MacPublisher I, and say that PageMaker was
  388. faster, it wasn't the speed of the graphics or disk access they were
  389. talking about, it was the fact that PM could do things with fewer steps
  390. than the early versions of those other programs.
  391.  
  392. It is the difference between efficiency and effectiveness that counts.
  393.  
  394. For example, I use MacTerminal because it is the best fit to my needs,
  395. not because it is faster at scrolling or can keep up with a higher speed
  396. line. I've tried a bunch of other terminal programs and they don't do
  397. what I need even though they have more features which I'd probably take
  398. advantage of if I could. (By the way, MacTerminal *is* faster than Red
  399. Ryder 9.4 at doing VT-100 emulation, and maybe Just Plain Scrolling.)
  400.  
  401. To give another somewhat archaic example, I used to use WordStar on the
  402. IBM PC. WordStar is not as fast as some other word processors, but it
  403. has two features which were invaluable to me:  document size not limited
  404. by the size of main memory and ability to edit formatted documents as
  405. well as straight ASCII text. I can't tell you how many other WP programs
  406. I passed over because they didn't have those two features, among them
  407. some of the most popular WP programs on the IBM PC.
  408.  
  409. peter
  410.  
  411. ------------------------------
  412.  
  413. From: BRECHER
  414. Subject: Re: Re: New Managers as Defined in Insid
  415. Date: 16-MAR 01:27 MUGS Online
  416.  
  417. >To: u-jeivan%utah-timpanogos.uucp@utah-cs.UUCP (Eric Ivancich)
  418. >Subject: Re: Re: New Managers as Defined in Inside Macintosh Volume V
  419.  
  420. > Do the SE ROMs have anything that the II ROMs don't?
  421.  
  422. The Mac II supports a proper superset of the traps implemented in the
  423. SE.  The SE ROMs have more unused space than the Mac II ROMs.  There are
  424. differences, of course, in hardware-related portions of the code, but
  425. from the programmer's point of view the Mac II has everything the SE
  426. has, plus more.
  427.  
  428. ------------------------------
  429.  
  430. From: BRECHER
  431. Subject: Re: System 4.0 questions
  432. Date: 16-MAR 01:28 MUGS Online
  433.  
  434. >To: c60a-3eb@tart28.BERKELEY.EDU (Bob Heiney)
  435. >Subject: Re: System 4.0 questions
  436.  
  437. > If I make an application the start-up application and reboot the Mac,
  438. > when you try to run Chooser or the Control Panel (from the start up
  439. > application), it doesn't work (files not available ... ) [with System 4.0]
  440.  
  441. It may be that Chooser and Control Panel are relying on the value in the
  442. system variable BootDrive.  Usually, BootDrive contains a WDRefNum for
  443. the System folder; but if the startup application is not in the system
  444. folder, BootDrive will contain instead a WDRefNum for the startup
  445. application until another application, such as Finder or PowerStation,
  446. fixes up BootDrive.
  447.  
  448. If my diagnosis is correct, this would be a bug in Chooser and Control
  449. Panel, which should not be relying upon the value in BootDrive.  Or, one
  450. might say it's a bug in the ROM startup code, which should put the
  451. System folder's WDRefNum in BootDrive regardless of where the startup
  452. application is.
  453.  
  454. [The reference to PowerStation is a plug for my forthcoming shell
  455. product.]
  456.  
  457. ------------------------------
  458.  
  459. From: BRECHER
  460. Subject: Re: Blitter and graphics performance
  461. Date: 16-MAR 01:29 MUGS Online
  462.  
  463. >To: hadeishi@husc7.HARVARD.EDU (Mitsuharu Hadeishi)
  464. >Subject: Re: Blitter and graphics performance
  465.  
  466. > Can individual [Mac II] video cards have blitters?
  467.  
  468. Yes.  The software to drive the graphics support hardware would need to
  469. intercept QuickDraw at the so-called "bottleneck" hooks.
  470.  
  471. ------------------------------
  472.  
  473. From: BRECHER
  474. Subject: Re: Font/DA/FKEY INIT
  475. Date: 16-MAR 01:31 MUGS Online
  476.  
  477. >To: saeta@husc4.HARVARD.EDU (peter saeta)
  478. >Subject: Re: Font/DA/FKEY INIT
  479.  
  480. > Would it not be possible to write an INIT resource to open [separate files
  481. > for fonts, DAs, and FKEYs] at boot time making the resources available from
  482. > then on?
  483.  
  484. Look for Da Mob(tm), coming soon to the shareware INIT shelf of your
  485. neighborhood supermarket.  Da Mob will open a Font/DA mover file (or
  486. files, if the "file" is a folder) in the system folder at startup and
  487. make all the DAs therein available in the Apple menu, along with those
  488. in the System file.  A special facility for opening a DA more easily
  489. than by scrolling a long menu will also be provided, although the usual
  490. menu usage will still work.  I may do the same thing for fonts, but Da
  491. Mob will be first. FKEY aficionados already have some impressive
  492. facilities, I hear -- FKEY Manager, Pop-Keys.
  493.  
  494. ------------------------------
  495.  
  496. From: BRECHER
  497. Subject: RE: Mac II monitor questions (Re: Msg 18211)
  498. Date: 16-MAR 01:32 Hardware & Peripherals
  499.  
  500. The monitor power connector is on the back of the II box, so they power
  501. down together.
  502.  
  503. ------------------------------
  504.  
  505. From: INC
  506. Subject: More Word_3.0_Bugs
  507. Date: 16-MAR 10:59 Business Mac
  508.  
  509. Have gotten the ID=84 bomb a couple of times now in word 3.0...
  510.  
  511. Once when just hitting command-s and the other time upon entering
  512. MockTerm.  The strange thing is that when I hit click on the button to
  513. restart, the drive does something, parking I guess (hard drive) so that
  514. upon restarting, it doesn't take a few minutes but restarts as if I had
  515. done a proper shut-down.  Is this a feature of the new system or Word...
  516.  I'd have to guess the former.
  517.  
  518. ------------------------------
  519.  
  520. From: PEABO
  521. Subject: RE: More Word_3.0_Bugs (Re: Msg 18276)
  522. Date: 16-MAR 11:55 Business Mac
  523.  
  524. ID=84 means a menu got marked purgeable and was purged.  You might want
  525. to take a look at your System file and the Word application with ResEdit
  526. and see if any menus have the Purgeable bit set.  This would be an
  527. intermittent bug because it would then to happen only if Word got tight
  528. on memory.
  529.  
  530. peter
  531.  
  532. ------------------------------
  533.  
  534. From: PDNNOG
  535. Subject: RE: More Word_3.0_Bugs (Re: Msg 18276)
  536. Date: 16-MAR 18:40 Business Mac
  537.  
  538. The new feature on a bomb is part of system 4.x. There is also an INIT
  539. file here that will preserve the clipboard thru a bomb.
  540.  
  541. ------------------------------
  542.  
  543. From: RWIGGINS
  544. Subject: RE: More Word_3.0_Bugs (Re: Msg 18276)
  545. Date: 16-MAR 19:17 Business Mac
  546.  
  547. The purged menu bomb (84) is probably due to use of DA Installer Plus
  548. from Dreams of the Phoenix. Do what Peabo said, and be careful to always
  549. check when using DAI+.
  550.  
  551. -- Robert
  552.  
  553. ------------------------------
  554.  
  555. From: INC
  556. Subject: RE: More Word_3.0_Bugs (Re: Msg 18310)
  557. Date: 17-MAR 12:00 Business Mac
  558.  
  559. One really nice feature I've found in Word 3.0 is their dictionary and
  560. it's suggest-a-word feature.  Being an avid mispeller (sic) it seems to
  561. find the correct word more than 90% of the time.
  562.  
  563. ------------------------------
  564.  
  565. From: CHUQ
  566. Subject: RE: Word 3.0 bugs (Re: Msg 18256)
  567. Date: 17-MAR 00:03 SIG Business
  568.  
  569. I've got a nasty one that I consider a bug.  Print something to the
  570. laserwriter. Switch to manual feed, so you can do letterhead.  Next time
  571. you print (and until you switch it back again) it STAYS on manual feed. 
  572. This is the ONLY application that doesn't default back to tray feed
  573. after a print job, and this is wrong, wrong, wrong!
  574.  
  575. Also, there does not seem to be a way to store landscape mode printing
  576. wiht a style or glossary entry, so you can't just load in an envelope
  577. template and print -- you have to cycle through page setup.  I've also
  578. noticed that Word doesn't remember the setup, so you have to keep turing
  579. on landscape mode.
  580.  
  581. sigh.  I'm underwhelmed.  I'm especially underwhelmed considering all
  582. the hype everyone has given it in the press.  It isn't bad, by any
  583. means, and I wouldn't THINK of going back to 1.05 or (whimper) macwrite,
  584. but I think everyone is writing about 3.05, not 3.0.  When they finish
  585. tweaking this, it will be a hell of a word processor, but now, it's real
  586. average.
  587.  
  588. chuq
  589.  
  590. ------------------------------
  591.  
  592. From: JWENDEL
  593. Subject: Random number seed
  594. Date: 17-MAR 00:03 Programming
  595.  
  596. Using Turbo Pascal on the Mac I want to be able to change the seed for
  597. the built-in random-number generator.  According to Inside Mac the seed
  598. is located at -126(A5).  I tried the Inline equivalent of move.l
  599. #$FFFFFF82,d5; move.l $020c,$00(A5,D5.l); which puts -126 (dec.) into
  600. D5, then moves the TIME global variable at $020c to the desired spot;
  601. this gives the code Inline $2a3c,$ffff, $ff82,$2bb8,$020c,$5800,
  602. according to TMON.  But when incorporated into the Pascal program it
  603. doesn't work.  There's no change at all in the sequence of random
  604. numbers.  What am I doing wrong?  Thanks for suggestions.
  605.  
  606. ------------------------------
  607.  
  608. From: BRECHER
  609. Subject: RE: Random number seed (Re: Msg 18290)
  610. Date: 17-MAR 05:23 Programming
  611.  
  612. A5 does not contain the base address of the QD globals; it contains a
  613. pointer to the base address of the QD globals.  Your interpretation of
  614. Inside Mac ("located at -126(A5)") is incorrect.
  615.  
  616.         Move.L  (A5),A0                 ;note not the same as Move.L A5,A0
  617.         Move.L  Time,RandSeed(A0)       ;Move.L $20C,$FF82(A0)
  618.  
  619. However, there should be no need for inline machine code.  The QuickDraw
  620. unit contains declarations of the QuickDraw globals.  Just as you use
  621. the QuickDraw global thePort in your program, you can also refer to
  622. RandSeed in your program:
  623.  
  624.  const Time = $20C;
  625.  var LongPtr: ^longint;
  626.  
  627.         LongPtr := Pointer(Time);
  628.         RandSeed := LongPtr^;
  629.  
  630.  
  631. ------------------------------
  632.  
  633. End of Delphi Mac Digest
  634. ************************
  635.